From 85ec5eeb91db4d34cd89c3edbd0a03e5fbfe262e Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 16 May 2006 21:35:52 +0000 Subject: [PATCH] Fix trailing comma. --- gpsbabel/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 4eec8ca4c..4ebcb4fb1 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -538,7 +538,7 @@ typedef struct arglist { typedef enum { ff_type_file = 1, /* normal format: useful to a GUI. */ ff_type_internal, /* fmt not useful with default options */ - ff_type_serial, /* format describes a serial protoco (GUI can display port names) */ + ff_type_serial /* format describes a serial protocol (GUI can display port names) */ } ff_type; typedef enum { -- 2.30.2